home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 45 / Amiga Format CD45 (1999-09)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-11].iso / -serious- / sound / assampler / assampler.readme < prev    next >
Text File  |  1999-08-09  |  4KB  |  77 lines

  1. Short:        Object oriented sound processor program
  2. Kurz:         objektorientiertes Soundbearbeitungsprogramm
  3. Author:       henning.thielemann@student.uni-halle.de
  4. Uploader:     henning.thielemann@student.uni-halle.de
  5. Type:         mus/edit
  6. Version:      0.99 banana version (ripens at customers)
  7. Requires:     3 MB Ram, OS 3.0, MUI 3.8, AHI 4.180
  8. Recommended:  >= MC68030, 50MHz, 8MB, lots of HD space
  9. Recommended:  datatypes.library V45 (util/libs/dtypes454upd.lha)
  10. Recommended:  sound.datatype V41 (util/dtype/SoundDT.lha)
  11. Recommended:  SearchGuide (text/hyper/SearchGuide.lha) or
  12. Recommended:  LSAGS (text/hyper/LSAgSearch21.lha)
  13. Recommended:  TableGroup.mcc (dev/mui/MCC_TableGroup, required but included)
  14. Recommended:  TearOff*.mcc, CompactWindow.mcc (dev/mui/MCC_TearOff)
  15. Recommended:  PopHotkey.mcc (home.pages.de/~kmel)
  16. Recommended:  popupmenu.library (util/libs/pmuser.lha) with
  17. Recommended:  MuiPopPatch (only with mui = 3.8, available at the magic menu site)
  18. Recommended:  MEM: (disk/misc/MEM_Handler371.lha) for reading samples from memory
  19.  
  20.  You want a program which offers all common effects you heard in professional
  21. productions thousand times before? If this is the case, then try out some of the
  22. other sound programs. If you are familar with sound synthesis instead and you
  23. want a program that helps you realizing some crazy ideas then have a look at
  24. Assampler.
  25.  
  26.  Assampler let you analyse sounds, re-synthesize and modify them, create new
  27. synthetic instruments/music effects or apply effects to long signal streams.
  28.  
  29. The bad things first: What the program lacks currently (= to do)
  30.  - extensive guide (a German one is progress)
  31.  - AutoDocs for synthesizer.library
  32.  - sampling
  33.  - composing music
  34.  - external program modules (known as plugins)
  35.  - ARexx
  36.  - PowerPC support
  37.  
  38. And here are the few and unspectacular features:
  39.  - object oriented sounds and sound processes (which is rather the same)
  40.     - combine anything with everything, with or without help of flowcharts
  41.     - sounds with different sample rate or volume are automatically adjusted
  42.     - sound groups allow hierarchical storage and operations on multiple sounds at once
  43.     - no limit for multichannel sounds (known as stereo, surround, quadro, octa?)
  44.     - hard disk editting of raw non-interleaved sample sounds with no functional limit
  45.     - easy creation of control, modulation, waveform etc. curves
  46.     - frequency spectrum can be used both for viewing and manipulating
  47.     - long list of processes, summarized: basics, echo, distortion, filters, FFT
  48.     - using strong CPUs everything can be run as realtime effect
  49.  - mathematical expressions with complex numbers and SI units
  50.  - multithreading, you don't need to wait for a calculation any longer
  51.  - hand-made assembler routines for low-level calculations
  52.     - an FPU is almost not necessary
  53.  - usage of
  54.     - MUI for GUI (intensive usage of drag&drop)
  55.     - AHI for sound output
  56.     - datatypes for import/export of custom sound formats
  57.     - SearchGuide/LSAGS (amiga guide search tools) support within the help guide
  58.     - PopHotkey.mcc for easy shortcut configuration
  59.  - much more details, some of them will annoy you, some are invaluable
  60.     - asynchronous reqtools file requester
  61.     - multiple file/directory load
  62.     - smooth sample/polynom/spectrum display scrolling + range marking
  63.     - multiple displays for the same sound
  64.     - zoomable proportional gadgets
  65.     - big samples can also be load if memory is already fragmented
  66.  
  67.  This might not sound very interesting to you, because you don't know what's
  68. meant with all these terms. So you have no other choice than starting the
  69. program, trying some examples and hearing the surprising results.
  70.  
  71.  Assampler is compiled with Cluster (= Modula II deluxe), the most
  72. underestimated and fewest supported language ever wrote for the most
  73. underestimated and fewest supported computer system called Amiga (by the
  74. way both the computer and the language are the best all around, but I
  75. surely tell you nothing new).
  76.  
  77.